From 576e68faba6394952c6a064a4943a472a9032b83 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Nov 2015 02:25:16 -0500 Subject: [PATCH] gtk-demo: Show all built-in gesture images Show all the predefined gestures which have enum values in GtkShortcutType. This also demonstrates the gesture functionality of GtkShortcutsShortcut. --- demos/gtk-demo/shortcuts-builder.ui | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/demos/gtk-demo/shortcuts-builder.ui b/demos/gtk-demo/shortcuts-builder.ui index 96ac72acd4..c1ad79edde 100644 --- a/demos/gtk-demo/shortcuts-builder.ui +++ b/demos/gtk-demo/shortcuts-builder.ui @@ -460,6 +460,57 @@ + + + + 1 + All gestures + + + + 1 + gesture-pinch + A stock pinch gesture + + + + + 1 + gesture-stretch + A stock stretch gesture + + + + + 1 + gesture-rotate-clockwise + A stock rotation gesture + + + + + 1 + gesture-rotate-counterclockwise + A stock rotation gesture + + + + + 1 + gesture-two-finger-swipe-left + A stock swipe gesture + + + + + 1 + gesture-two-finger-swipe-right + A stock swipe gesture + + + + + -- 2.30.2